[INFO] fetching crate fixlite 0.7.0...
[INFO] fixing fixlite-0.7.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate fixlite 0.7.0 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate fixlite 0.7.0
[INFO] finished tweaking crates.io crate fixlite 0.7.0
[INFO] tweaked toml for crates.io crate fixlite 0.7.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate fixlite 0.7.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate fixlite 0.7.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded fixlite_derive v0.7.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5b616de23ec7edbe223ba6b946eb9a5929d53e2e90ff829584e8bc6ea78c3be5
[INFO] running `Command { std: "docker" "start" "5b616de23ec7edbe223ba6b946eb9a5929d53e2e90ff829584e8bc6ea78c3be5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5b616de23ec7edbe223ba6b946eb9a5929d53e2e90ff829584e8bc6ea78c3be5" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5b616de23ec7edbe223ba6b946eb9a5929d53e2e90ff829584e8bc6ea78c3be5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5b616de23ec7edbe223ba6b946eb9a5929d53e2e90ff829584e8bc6ea78c3be5" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking fixlite v0.7.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `fixlite_derive` in this scope
[INFO] [stdout]     --> src/builder.rs:1112:21
[INFO] [stdout]      |
[INFO] [stdout] 1112 |     #[derive(Debug, fixlite_derive::FixDeserialize)]
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fixlite_derive`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fixlite_derive` in this scope
[INFO] [stdout]   --> src/lib.rs:99:21
[INFO] [stdout]    |
[INFO] [stdout] 99 |     #[derive(Debug, fixlite_derive::FixDeserialize)]
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fixlite_derive`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fixlite_derive` in this scope
[INFO] [stdout]    --> src/lib.rs:145:21
[INFO] [stdout]     |
[INFO] [stdout] 145 |     #[derive(Debug, fixlite_derive::FixDeserialize)]
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fixlite_derive`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `fix` in this scope
[INFO] [stdout]     --> src/builder.rs:1114:11
[INFO] [stdout]      |
[INFO] [stdout] 1114 |         #[fix(tag = 8)]
[INFO] [stdout]      |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `fix` in this scope
[INFO] [stdout]     --> src/builder.rs:1116:11
[INFO] [stdout]      |
[INFO] [stdout] 1116 |         #[fix(tag = 9)]
[INFO] [stdout]      |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `fix` in this scope
[INFO] [stdout]     --> src/builder.rs:1118:11
[INFO] [stdout]      |
[INFO] [stdout] 1118 |         #[fix(tag = 35)]
[INFO] [stdout]      |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `fix` in this scope
[INFO] [stdout]     --> src/builder.rs:1120:11
[INFO] [stdout]      |
[INFO] [stdout] 1120 |         #[fix(tag = 49)]
[INFO] [stdout]      |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `fix` in this scope
[INFO] [stdout]     --> src/builder.rs:1122:11
[INFO] [stdout]      |
[INFO] [stdout] 1122 |         #[fix(tag = 56)]
[INFO] [stdout]      |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `fix` in this scope
[INFO] [stdout]     --> src/builder.rs:1124:11
[INFO] [stdout]      |
[INFO] [stdout] 1124 |         #[fix(tag = 34)]
[INFO] [stdout]      |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `fix` in this scope
[INFO] [stdout]     --> src/builder.rs:1126:11
[INFO] [stdout]      |
[INFO] [stdout] 1126 |         #[fix(tag = 52)]
[INFO] [stdout]      |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `fix` in this scope
[INFO] [stdout]     --> src/builder.rs:1128:11
[INFO] [stdout]      |
[INFO] [stdout] 1128 |         #[fix(tag = 21)]
[INFO] [stdout]      |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `fix` in this scope
[INFO] [stdout]     --> src/builder.rs:1130:11
[INFO] [stdout]      |
[INFO] [stdout] 1130 |         #[fix(tag = 40)]
[INFO] [stdout]      |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `fix` in this scope
[INFO] [stdout]     --> src/builder.rs:1132:11
[INFO] [stdout]      |
[INFO] [stdout] 1132 |         #[fix(tag = 44)]
[INFO] [stdout]      |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `fix` in this scope
[INFO] [stdout]     --> src/builder.rs:1134:11
[INFO] [stdout]      |
[INFO] [stdout] 1134 |         #[fix(tag = 205)]
[INFO] [stdout]      |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `fix` in this scope
[INFO] [stdout]     --> src/builder.rs:1136:11
[INFO] [stdout]      |
[INFO] [stdout] 1136 |         #[fix(tag = 10)]
[INFO] [stdout]      |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `fix` in this scope
[INFO] [stdout]    --> src/lib.rs:101:11
[INFO] [stdout]     |
[INFO] [stdout] 101 |         #[fix(tag = 35)]
[INFO] [stdout]     |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `fix` in this scope
[INFO] [stdout]    --> src/lib.rs:147:11
[INFO] [stdout]     |
[INFO] [stdout] 147 |         #[fix(tag = 35)]
[INFO] [stdout]     |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `fix` in this scope
[INFO] [stdout]    --> src/lib.rs:150:11
[INFO] [stdout]     |
[INFO] [stdout] 150 |         #[fix(tag = 11)]
[INFO] [stdout]     |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `RoundTripMessage<'_>: FixDeserialize<'_>` is not satisfied
[INFO] [stdout]     --> src/builder.rs:1370:23
[INFO] [stdout]      |
[INFO] [stdout] 1370 |         let parsed = <RoundTripMessage as crate::FixDeserialize>::from_fix(msg).unwrap();
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]      |
[INFO] [stdout] help: the trait `FixDeserialize<'_>` is not implemented for `RoundTripMessage<'_>`
[INFO] [stdout]     --> src/builder.rs:1113:5
[INFO] [stdout]      |
[INFO] [stdout] 1113 |     struct RoundTripMessage<'a> {
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: this trait has no implementations, consider adding one
[INFO] [stdout]     --> src/lib.rs:50:1
[INFO] [stdout]      |
[INFO] [stdout]   50 | pub trait FixDeserialize<'fix>: Sized {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SimpleMessage: FixDeserialize<'_>` is not satisfied
[INFO] [stdout]    --> src/lib.rs:123:35
[INFO] [stdout]     |
[INFO] [stdout] 123 |         let err = crate::decode::<SimpleMessage>(&msg).unwrap_err();
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `FixDeserialize<'_>` is not implemented for `SimpleMessage`
[INFO] [stdout]    --> src/lib.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 |     struct SimpleMessage {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: this trait has no implementations, consider adding one
[INFO] [stdout]    --> src/lib.rs:50:1
[INFO] [stdout]     |
[INFO] [stdout]  50 | pub trait FixDeserialize<'fix>: Sized {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required by a bound in `decode`
[INFO] [stdout]    --> src/lib.rs:28:24
[INFO] [stdout]     |
[INFO] [stdout]  28 | pub fn decode<'fix, T: FixDeserialize<'fix>>(fix_message: &'fix [u8]) -> Result<T, FixError> {
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^ required by this bound in `decode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SimpleMessage: FixDeserialize<'_>` is not satisfied
[INFO] [stdout]    --> src/lib.rs:133:37
[INFO] [stdout]     |
[INFO] [stdout] 133 |         let parsed: SimpleMessage = crate::decode(&msg).unwrap();
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `FixDeserialize<'_>` is not implemented for `SimpleMessage`
[INFO] [stdout]    --> src/lib.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 |     struct SimpleMessage {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: this trait has no implementations, consider adding one
[INFO] [stdout]    --> src/lib.rs:50:1
[INFO] [stdout]     |
[INFO] [stdout]  50 | pub trait FixDeserialize<'fix>: Sized {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required by a bound in `decode`
[INFO] [stdout]    --> src/lib.rs:28:24
[INFO] [stdout]     |
[INFO] [stdout]  28 | pub fn decode<'fix, T: FixDeserialize<'fix>>(fix_message: &'fix [u8]) -> Result<T, FixError> {
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^ required by this bound in `decode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `SimpleMessage: FixDeserialize<'_>` is not satisfied
[INFO] [stdout]    --> src/lib.rs:141:46
[INFO] [stdout]     |
[INFO] [stdout] 141 |         let parsed: SimpleMessage = unsafe { crate::decode_unchecked(&msg) }.unwrap();
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `FixDeserialize<'_>` is not implemented for `SimpleMessage`
[INFO] [stdout]    --> src/lib.rs:100:5
[INFO] [stdout]     |
[INFO] [stdout] 100 |     struct SimpleMessage {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: this trait has no implementations, consider adding one
[INFO] [stdout]    --> src/lib.rs:50:1
[INFO] [stdout]     |
[INFO] [stdout]  50 | pub trait FixDeserialize<'fix>: Sized {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required by a bound in `decode_unchecked`
[INFO] [stdout]    --> src/lib.rs:40:41
[INFO] [stdout]     |
[INFO] [stdout]  40 | pub unsafe fn decode_unchecked<'fix, T: FixDeserialize<'fix>>(
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^ required by this bound in `decode_unchecked`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `MessageWithRequiredField<'_>: FixDeserialize<'_>` is not satisfied
[INFO] [stdout]    --> src/lib.rs:159:35
[INFO] [stdout]     |
[INFO] [stdout] 159 |         let err = crate::decode::<MessageWithRequiredField>(&msg).unwrap_err();
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `FixDeserialize<'_>` is not implemented for `MessageWithRequiredField<'_>`
[INFO] [stdout]    --> src/lib.rs:146:5
[INFO] [stdout]     |
[INFO] [stdout] 146 |     struct MessageWithRequiredField<'a> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: this trait has no implementations, consider adding one
[INFO] [stdout]    --> src/lib.rs:50:1
[INFO] [stdout]     |
[INFO] [stdout]  50 | pub trait FixDeserialize<'fix>: Sized {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required by a bound in `decode`
[INFO] [stdout]    --> src/lib.rs:28:24
[INFO] [stdout]     |
[INFO] [stdout]  28 | pub fn decode<'fix, T: FixDeserialize<'fix>>(fix_message: &'fix [u8]) -> Result<T, FixError> {
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^ required by this bound in `decode`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fixlite` (lib test) due to 23 previous errors
[INFO] running `Command { std: "docker" "inspect" "5b616de23ec7edbe223ba6b946eb9a5929d53e2e90ff829584e8bc6ea78c3be5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5b616de23ec7edbe223ba6b946eb9a5929d53e2e90ff829584e8bc6ea78c3be5", kill_on_drop: false }`
[INFO] [stdout] 5b616de23ec7edbe223ba6b946eb9a5929d53e2e90ff829584e8bc6ea78c3be5
